TELDNSelect
Selects or deselects a directory number.
pascal TELErr TELDNSelect (TELDNHandle hTELDN, Boolean select);
hTELDN
- A handle to a directory number structure.
select
- A Boolean value that indicates whether to select (
true
) or deselect (false
) the specified directory number.- function result
- A result code.
DESCRIPTION
TheTELDNSelect
function selects or deselects the directory number specified by thehTELDN
parameter, according to the value passed in theselect
parameter. Ifselect
istrue
, the directory number is selected. Note that selecting a directory number puts on hold all calls of the previously selected directory number. Ifselect
isfalse
, the directory number is deselected. Deselecting a directory number drops all call appearances associated with that directory number.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help